←Select platform

MedicalViewerPointCollection<T> Class

Summary

Represents a generic collection of System.Drawing.PointF objects.

Syntax

C#
VB
C++
[DefaultMemberAttribute("Item")] 
public class MedicalViewerPointCollection<T> : RasterCollection<PointF> 
  
Public Class MedicalViewerPointCollection(Of PointF)  
   Inherits Leadtools.Leadtools.RasterCollection(Of PointF) 
   Implements System.Collections.Generic.ICollection(Of PointF), System.Collections.Generic.IEnumerable(Of PointF), System.Collections.Generic.IList(Of PointF), System.Collections.IEnumerable  
             
            generic<typename PointF> 
public ref class MedicalViewerPointCollection : public Leadtools.Leadtools.RasterCollection<PointF>, System.Collections.Generic.ICollection<PointF>, System.Collections.Generic.IEnumerable<PointF>, System.Collections.Generic.IList<PointF>, System.Collections.IEnumerable   
             

Type Parameters

PointF

The Generic MedicalViewerPointCollection class provides a generic collection class that implements the .NET Generic IList, Generic ICollection and Generic IEnumerable interfaces.

Example

For an example, refer to MedicalViewerMPRPolygon

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly